home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Discover Tennessee!
/
Let's Discover Tennessee!.iso
/
pc
/
FILES
/
GEO.dxr
/
00513_riversGlow.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-27
|
206 b
|
14 lines
on mouseEnter me
sound(4).play(member("GeoRoll"))
sprite(61).visible = 1
end
on mouseLeave me
sprite(61).visible = 0
end
on mouseUp me
sound(4).play(member("GeoClick"))
go(marker("Rivers"))
end